-- background: 185983 from stack: in.05 -- bmap block id: 197109 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on arrowKey direction end arrowKey -- part 1 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=403 top=18 right=119 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: To Help ----- HyperTalk script ----- on mouseUp --FlashStack Version go card 3 end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=403 top=226 right=325 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: To Words ----- HyperTalk script ----- on mouseUp --FlashStack Version global offset go card firstGroup() + offset end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=403 top=122 right=224 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: To Options ----- HyperTalk script ----- on mouseUp --FlashStack Version go card 2 end mouseUp -- part 19 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=7 top=3 right=16 bottom=182 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Setups -- part 27 (button) -- low flags: 80 -- high flags: A002 -- rect: left=200 top=2 right=16 bottom=248 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Assign ----- HyperTalk script ----- on mouseUp --FlashStack Version checked global minA,maxA,minB,maxB,minC,maxC,minD,maxD global totalNumOfCards, offSet put item 1 of bkgnd field 1 into totalNumOfCards put 1 into minA put item 2 of bkgnd field 1 into maxA put (maxA + 1) into minB put (maxA + (item 3 of bkgnd field 1)) into maxB put (maxB + 1) into minC put (maxB + (item 4 of bkgnd field 1)) into maxC put (maxC + 1) into minD put (maxC + (item 5 of bkgnd field 1)) into maxD put item 6 of bkgnd field 1 into offSet end mouseUp -- part 29 (button) -- low flags: 80 -- high flags: 8004 -- rect: left=334 top=2 right=17 bottom=419 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Build ----- HyperTalk script ----- on mouseUp --FLASHSTACK VERSION global totalNumOfCards,offSet set lockscreen to true put 1 into cardNum go card offSet + 1 --GO TO FIRST CARD repeat for (totalNumOfCards - 1) times add 1 to cardNum doMenu "New Card" put cardNum into bkgnd field "Index Number" end repeat set lockscreen to false end mouseUp -- part 30 (button) -- low flags: 80 -- high flags: A004 -- rect: left=420 top=2 right=17 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delete cards ----- HyperTalk script ----- on mouseUp global totalNumOfCards,offSet set lockScreen to true go card (offSet + 2) repeat for (totalNumOfCards - 1) times doMenu "delete Card" end repeat set lockScreen to false end mouseUp -- part 33 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=479 top=328 right=340 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show Setup ----- HyperTalk script ----- on mouseUp show bkgnd field "Setups" show bkgnd button "Assign" show bkgnd button "Build" show bkgnd button "Delete Cards" end mouseUp -- part 34 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=492 top=328 right=340 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Hide Setup ----- HyperTalk script ----- on mouseUp hide bkgnd field "Setups" hide bkgnd button "Assign" hide bkgnd button "Build" hide bkgnd button "Delete Cards" end mouseUp